Geometry Basics: Distance between points in 2D

05.04.2023

Point objects have attributes x and y.Write a function calculating distance between Point a and Point b.Tests compare expected result and actual answer with tolerance of 1e-6.

Blog_Description